Closed
Bug 604634
Opened 15 years ago
Closed 7 years ago
Hopefully useless null check of mPrt in nsPrintEngine::SetupToPrintContent
Categories
(Core :: Printing: Setup, enhancement)
Core
Printing: Setup
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: timeless, Assigned: timeless)
References
(Blocks 1 open bug)
Details
(Keywords: coverity)
Attachments
(1 file)
648 bytes,
patch
|
roc
:
review+
|
Details | Diff | Splinter Review |
1650 nsPrintEngine::SetupToPrintContent()
1751 CalcNumPrintablePages(mPrt->mNumPrintablePages);
1752
1753 PR_PL(("--- Printing %d pages\n", mPrt->mNumPrintablePages));
1757 if (mPrt != nsnull) {
Attachment #483785 -
Flags: review?(roc) → review+
![]() |
||
Updated•7 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Resolution: --- → WORKSFORME
Updated•7 years ago
|
Blocks: coverity-analysis
You need to log in
before you can comment on or make changes to this bug.
Description
•